home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 50
/
Volume 50 - JOGO DISK .iso
/
Games
/
mechacatdestructo.swf
/
scripts
/
frame_1
/
PlaceObject2_5_27
/
CLIPACTIONRECORD onClipEvent(enterFrame).as
Wrap
Text File
|
2007-10-01
|
300b
|
13 lines
onClipEvent(enterFrame){
var l_pc = Math.ceil(_parent.getBytesLoaded() / _parent.getBytesTotal() * 100);
if(l_pc == 100)
{
_parent.gotoAndStop("TitleCard");
}
else
{
_parent.Loading_txt.text = l_pc + "%";
_parent.Loading_txtO.text = l_pc + "%";
}
}